CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LU Decomposition

搜索资源列表

  1. LU

    0下载:
  2. 解线性代数方程组的列主元LU分解法的C++实现-Solving linear algebraic equations out of the main element LU decomposition by C++
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:832
    • 提供者:CGQ
  1. LU

    0下载:
  2. LU分解法 数值分析课程设计 C语言程序-Numerical analysis of LU decomposition C language program curriculum design
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1408
    • 提供者:詹永恒
  1. lu

    0下载:
  2. 用lu分解法求解线性代数方程组,可以输出u|y增广矩阵-Using lu decomposition method for solving linear algebraic equations, can output u | y augmented matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1550
    • 提供者:schi
  1. LU

    0下载:
  2. lu分解 基于matlab环境的对于三角分解的源代码-lu decomposition matlab environment based on the source code for the triangular decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2666
    • 提供者:Hades
  1. LU

    0下载:
  2. 此程序能进行矩阵的lu分解,对初学者很有帮助-This procedure can be the lu decomposition matrix, useful for beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:420092
    • 提供者:黄晓林
  1. LU

    0下载:
  2. 文档详细介绍了矩阵的LU分解,对于C编程者来说,是很好的理论知识的储备。-Document details the LU decomposition of the matrix for C programmers, it is a good theoretical knowledge of the reserves.
  3. 所属分类:File Formats

    • 发布日期:2015-04-02
    • 文件大小:150528
    • 提供者:申静
  1. LU-factorization

    0下载:
  2. LU分解的过程演示,本人原创,测试无误,内含详细注释。-LU decomposition procedure demonstrates I originality, test correct, containing detailed notes.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1298
    • 提供者:huyunq
  1. solve-linear-system-by-LU

    0下载:
  2. 用LU分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With the LU decomposition method to solve linear equations of the process of demonstration, I have the original, the test is correct, containing detailed notes.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1739
    • 提供者:huyunq
  1. LU

    0下载:
  2. 数值分析线性方程组LU分解,matlab平台实现-Numerical LU decomposition of linear equations, matlab platform
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2014
    • 提供者:邹龙刚
  1. LU

    0下载:
  2. 本C程序对输入的矩阵进行LU分解。包括两个程序,其中一个交换了列主元。-The C program for the input matrix LU decomposition. Consists of two programs, one of the main element exchange column.
  3. 所属分类:Algorithm

    • 发布日期:2015-04-02
    • 文件大小:1024
    • 提供者:王明
  1. LU

    0下载:
  2. 用追赶法求解线性方程组首先用LU分解处理系数矩阵,原方程组变为LUX=d.-Catch up with the first method for solving linear equations with coefficient matrix LU decomposition process, the original equations into LUX = d.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:12369
    • 提供者:tq
  1. LU_DecomME1

    0下载:
  2. MATLAB 数值分析,矩阵分解实例,LU分解-MATLAB numerical analysis, matrix factorization example, LU decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:566
    • 提供者:yongquan
  1. LU

    0下载:
  2. 数值计算中LU分解法源代码 对矩阵进行变换-Numerical calculation of LU decomposition of the matrix to transform the source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:697
    • 提供者:赤脚陀螺
  1. LU

    0下载:
  2. LU分解在并行机上的实现的C算法,里面包括详尽的算法说明等-LU decomposition in the parallel algorithm of implementing using C
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:1752
    • 提供者:fly
  1. LU-Decomposition

    0下载:
  2. Suppose we are able to write the matrix A as a product of two matrices, L.U = A, where L is lower triangular (has elements only on the diagonal and below) and U is upper triangular (has elements only on the diagonal and above). We can use a decomposi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:6964
    • 提供者:Myoung-Jin
  1. lu-mpi

    1下载:
  2. LU 分解,给出采用行连续划分方式下的MPI实现并行算法-LU decomposition, using the line continuous division of the way under the implementation of MPI parallel algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:154390
    • 提供者:查修齐
  1. LU-decomp

    0下载:
  2. LU decomposition to get upper and lover triangle you can you use LU decomposition technique
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:917
    • 提供者:selim
  1. LU

    0下载:
  2. 本人自己完成的矩阵LU分解,带有示例,希望共同探讨。-I completed matrix LU decomposition, with examples, and hope to explore.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:746
    • 提供者:段振岳
  1. LU

    0下载:
  2. C语言的LU分解求解线性方程组 输入格式: 输入n ,然后n*(n+1)的增广矩阵-LU decomposition of the C language for solving linear equations input format: Input n, then n* (n+1) augmented matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:574
    • 提供者:胡丹青
  1. LU

    0下载:
  2. 解系数矩阵为非奇异的线性方程组的LU分解法-Solution of a nonsingular coefficient matrix of linear equations of LU decomposition method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1259
    • 提供者:lijiangcheng
« 1 2 3 45 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com